projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba983e
)
(gnus-summary-next-article): Replace last-command-char with last-command-event.
author
Glenn Morris
<rgm@gnu.org>
Fri, 9 Jan 2009 04:26:14 +0000
(
04:26
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 9 Jan 2009 04:26:14 +0000
(
04:26
+0000)
lisp/gnus/ChangeLog
patch
|
blob
|
history
lisp/gnus/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/ChangeLog
b/lisp/gnus/ChangeLog
index e0a68e182a6250597e862db9e691facc55ff742d..9abd2475e6babff2914c88c77cd1cce96f134087 100644
(file)
--- a/
lisp/gnus/ChangeLog
+++ b/
lisp/gnus/ChangeLog
@@
-1,3
+1,8
@@
+2009-01-09 Glenn Morris <rgm@gnu.org>
+
+ * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
+ with last-command-event.
+
2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
* message.el (message-fix-before-sending): Amend comment.
diff --git
a/lisp/gnus/gnus-sum.el
b/lisp/gnus/gnus-sum.el
index ed636e032293427e55e530f542cdccefa066a9d3..19da98522436ddcfa9b513c08f3c9543ab603a40 100644
(file)
--- a/
lisp/gnus/gnus-sum.el
+++ b/
lisp/gnus/gnus-sum.el
@@
-7625,7
+7625,7
@@
If BACKWARD, the previous article is selected instead of the next."
(t
(unless (gnus-ephemeral-group-p gnus-newsgroup-name)
(gnus-summary-jump-to-group gnus-newsgroup-name))
- (let ((cmd last-command-
char
)
+ (let ((cmd last-command-
event
)
(point
(with-current-buffer gnus-group-buffer
(point)))